home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / monochrome.swf / scripts / DefineButton2_241 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-26  |  158 b   |  9 lines

  1. on(release){
  2.    _root.Bnmbr = 400;
  3.    _root.freqB = 10;
  4.    _root.goal = 500;
  5.    _root.reward = 500;
  6.    _root.music = 5;
  7.    _root.gotoAndPlay("m1");
  8. }
  9.